.tanma-tab-container {
    width: 100%;
}

.tanma-tab-container .tab-wrap {
    width: 1200px;
    margin: 0 auto;
}

.tanma-tab-container .tab-wrap .title {
    height: 56px;
    line-height: 56px;
    font-size: 36px;
    color: #161616;
    text-align: center;
}

.tanma-tab-container .tab-wrap .sub-title {
    font-size: 18px;
    color: #979797;
    text-align: center;
    margin-top: 13px;
}

.tanma-tab-container .tanma-qyhhzj-tabs {
    margin-top: 40px;
}

.tanma-tab-container .tanma-qyhhzj-tabs-header {
    display: flex;
    justify-content: center;
    width: 1200px;
    height: 48px;
}

.tanma-tab-container .tanma-qyhhzj-tabs>div {
    margin: 0 auto;
}

.tanma-tab-container .tanma-qyhhzj-tabs-header-item {
    font-size: 16px;
    font-weight: 400;
    color: #161616;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.tanma-tab-container .tanma-qyhhzj-tabs-header-item-active {
    position: relative;
    color: #046cff;
}

.tanma-tab-container .tanma-qyhhzj-tabs-header .one-line {
    min-width: 132px;
}

.tanma-tab-container .tanma-qyhhzj-tabs-header .one-line:not(:last-child) {
    margin-right: 50px;
}

.tanma-tab-container .tanma-qyhhzj-tabs-header-item .title {
    font-size: 16px;
    font-weight: 700;
}

.tanma-tab-container .tanma-qyhhzj-tabs-header-item-active:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    height: 2px;
    background-color: #046cff;
}

.tanma-tab-container .tanma-qyhhzj-tabs-content {
    height: 476px;
    padding: 20px 0 0;
    box-sizing: border-box;
    background-color: #f8f8f8;
}

.tanma-tab-container .tanma-qyhhzj-tabs>div {
    margin: 0 auto;
}

.tanma-tab-container .tanma-qyhhzj-tabs-content-item {
    display: none;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 28px 40px 16px 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
}

.tanma-tab-container .tanma-qyhhzj-tabs-content-item-active {
    display: flex;
}

.tanma-tab-container .tanma-qyhhzj-tabs-content-item-words {
    width: 465px;
    flex-shrink: 0;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.tanma-tab-container .tanma-qyhhzj-tabs-content-item-words .tanma-words-item {
    display: flex;
    align-items: center;
    height: 116px;
    padding-left: 30px;
}

.tanma-tab-container .tanma-qyhhzj-tabs-content-item-words .tanma-words-item-active {
    background: linear-gradient(90deg, rgba(4, 108, 255, .08), rgba(4, 108, 255, 0));
}

.tanma-tab-container .tanma-qyhhzj-tabs-content-item-words .tanma-words-item-text {
    margin-left: 16px;
    line-height: 28px;
}

.tanma-tab-container .tanma-qyhhzj-tabs-content-item-words .tanma-words-item-icon img {
    width: 28px;
    height: 28px;
}

.tanma-tab-container .tanma-qyhhzj-tabs-content-item-words .tanma-words-item-text-title {
    font-size: 18px;
    font-weight: 500;
}

.tanma-tab-container .tanma-qyhhzj-tabs-content-item-words .tanma-words-item-text-tips {
    margin-top: 6px;
    line-height: 24px;
    font-size: 14px;
    color: #979797;
}

.tanma-tab-container .tanma-qyhhzj-tabs-content-item-image {
    width: 640px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tanma-tab-container .tanma-qyhhzj-tabs-content-item-image img {
    display: none;
}

.tanma-tab-container .tanma-qyhhzj-tabs-content-item-image img.tanma-tabs-active-image {
    display: block;
}

.tanma-index-container .tanma-button-container {
    width: 100%;
    height: 110px;
    background-color: #f8f8f8;
}

.tanma-index-container .tanma-button-container .wrap {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.tanma-index-container .tanma-button-container .wrap .btn {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
}

.tanma-index-container .tanma-button-container .wrap .apply {
    background: #046cff linear-gradient(269deg, #00acff, #046cff);
    color: #fff;
}

.tanma-index-container .tanma-button-container .wrap .more {
    background: #fff;
    color: #046cff;
    margin-left: 30px;
    border: 1px solid #046cff;
}